toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.search
/
[jvm]FindOptions
Find
Options
interface
FindOptions
The parameters of the text find request.
Members
Types
Builder
Link copied to clipboard
class
Builder
A builder of
FindOptions
.
Functions
is
Match
Case
Link copied to clipboard
open
fun
isMatchCase
(
)
:
Boolean
Returns
true
if the search is case-sensitive.
is
Search
Backward
Link copied to clipboard
open
fun
isSearchBackward
(
)
:
Boolean
Returns
true
if the search is performed in the reverse direction.
new
Builder
Link copied to clipboard
open
fun
newBuilder
(
)
:
FindOptions.Builder
Creates a new
FindOptions
builder.